home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / latexsty2 / MORETEXT / STY
Encoding:
Text File  |  1991-02-10  |  1.9 KB  |  41 lines

  1. %
  2. % "moretext" document style option.
  3. % Jean-Francois Lamy, July 86
  4. %
  5. % Redefines the margins so that they are more in line with 
  6. % what we are used to see.
  7. %
  8.  
  9. \ifcase \@ptsize
  10.     % mods for 10 pt
  11.     \oddsidemargin  0.15 true in     %   Left margin on odd-numbered pages.
  12.     \evensidemargin 0.35 true in     %   Left margin on even-numbered pages.
  13.     \marginparwidth 1 true in        %   Width of marginal notes.
  14.     \oddsidemargin 0.25 true in      %   Note that \oddsidemargin = \evensidemargin
  15.     \evensidemargin 0.25 true in
  16.     \marginparwidth 0.75 true in
  17.     \topmargin 0 true pt     %    Nominal distance from top of page to top of
  18.     \textheight 8 true in    % Height of text (including footnotes and figures)
  19.     \textwidth 5.875 true in % Width of text line.
  20. \or % mods for 11 pt
  21.     \oddsidemargin 0.1 true in      %   Left margin on odd-numbered pages.
  22.     \evensidemargin 0.15 true in    %   Left margin on even-numbered pages.
  23.     \marginparwidth 1 true in       %   Width of marginal notes.
  24.     \oddsidemargin 0.125 true in    %   Note that \oddsidemargin = \evensidemar
  25.     \evensidemargin 0.125 true in
  26.     \marginparwidth 0.75 true in
  27.     \topmargin 0 true pt     %    Nominal distance from top of page to top of
  28.     \textheight 8 true in    % Height of text (including footnotes and figures)
  29.     \textwidth 6.125 true in % Width of text line.
  30. \or % mods for 12 pt
  31.     \oddsidemargin -10 true pt      %   Left margin on odd-numbered pages.
  32.     \evensidemargin 10 true pt      %   Left margin on even-numbered pages.
  33.     \marginparwidth 1 true in       %   Width of marginal notes.
  34.     \oddsidemargin 0 true in      %   Note that \oddsidemargin = \evensidemargi
  35.     \evensidemargin 0 true in
  36.     \marginparwidth 0.75 true in
  37.     \topmargin 0 true in     %    Nominal distance from top of page to top of
  38.     \textheight 8 true in    % Height of text (including footnotes and figures)
  39.     \textwidth 6.375 true in % Width of text line.
  40. \fi
  41.